encoding/asn1.fieldParameters.explicit (field)
7 uses
	encoding/asn1 (current package)
		asn1.go#L747: 	if params.explicit {
		asn1.go#L819: 	if !params.explicit && params.tag != nil {
		asn1.go#L825: 	if !params.explicit && params.application && params.tag != nil {
		asn1.go#L831: 	if !params.explicit && params.private && params.tag != nil {
		common.go#L77: 	explicit     bool   // true iff an EXPLICIT tag is in use.
		common.go#L102: 			ret.explicit = true
		marshal.go#L693: 		if params.explicit {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |